home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / WIPE.TXT < prev   
Text File  |  1996-08-25  |  2KB  |  68 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                             WIPE - Wipe File 1.4
  7.  
  8.  
  9. This utility erases one or more files and completely wipes over the
  10. data on the disk so that the files cannot be recovered.  Even if the files
  11. are undeleted or otherwise reconstructed, all the information in them will
  12. have been overwritten.  Apart from preventing any form of data recovery,
  13. this program works just like the ERASE or DEL commands.
  14.  
  15.  
  16. USAGE:
  17.  
  18.   WIPE [dirname]filenames [options]
  19.  
  20. where:  dirname      is a partial or fully qualified directory name
  21.  
  22.         filenames    is the file to be wiped, wildcards are accepted to
  23.                      specify multiple files
  24.  
  25.         options      is any of the following:
  26.  
  27.           /P         pause to ask before wiping any files (default)
  28.           /P         yes, go ahead and wipe without asking
  29.         
  30.  
  31. EXAMPLES:
  32.  
  33.   WIPE MYFILE.TXT                will overwrite and erase MYFILE.TXT from the
  34.                                  current directory
  35.  
  36.   WIPE *.TXT                     will overwrite and erase all .TXT files from
  37.                                  the current directory
  38.  
  39.   WIPE \DIR1                     will overwrite and erase all files in the
  40.                                  \DIR1 directory on the current drive
  41.  
  42.   WIPE MYFILE.TXT /Y             will overwrite and erase MYFILE.TXT without
  43.                                  asking for confirmation
  44.  
  45. Use this command with caution, as there is no way to get back any data from
  46. files that have been WIPEd.  The program will always ask for confirmation
  47. before wiping any files to make sure no mistake has been made.
  48.  
  49. Run WIPE with no parameters or "?" or "/?" to display simple help and
  50. registration information.
  51.  
  52.  
  53. REGISTRATION:
  54.  
  55. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  56. using it after the 60 day trial period you must register, which costs only
  57. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  58.  
  59. Author:     Rob McDonell
  60.             ARK ANGLES
  61.             P O Box 190 (61 Oaklands Rd)
  62.             Hazelbrook  NSW  2779
  63.             AUSTRALIA
  64. Phone:      Intl+61-47-588100
  65. Fax:        Intl+61-47-588638
  66. Compuserve: 100237,141
  67. Internet:   100237.141@compuserve.com
  68.